@import "./base.css";
@import "./header-wrap-common.css";
@import "./content-common.css";
@import "./footer.css";



.part-left{
    margin-top: 26px;
    float: left;
}
.part-middle{
    margin-top: 26px;
    margin-left: 130px;
    float: left;
}
.part-right{
    margin-top: 26px;
    float: right;
}

.section.phone .entry{
    padding-left: 20px;
    background: url("../images/aboutUs/icon-phone-gray@14.png") 0 center no-repeat;
}
.section.mail{
    margin-top: 32px;
}
.section.mail .entry{
    padding-left: 20px;
    background: url("../images/aboutUs/icon-mail-gray.jpg") 0 center no-repeat;
}
.section.qq .description{
    margin-top: 2px;
}
.section.wangwang{
    margin-top: 32px;
}
.section.wangwang .description{
    margin-top: 6px;
}
.section.information{
    clear: both;
    padding-top: 78px;
}




.section-title{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
}
.entry{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #4c4c4c;
}


/*二维码*/
.content-block .QR-code-wrap{
    float: right;
    margin-top: 14px;
}

/*地图*/
.content-block .dituContent{
    height: 400px;
    margin-top: 30px;
    border: 1px solid #cccccc;
}